/*!
Theme Name: thismylife


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

thismylife is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 /* .page-path a {line-height: 1;} */
.single-page .share span{float: right;}
/* .page-path ol{overflow: hidden;text-align: center;}
.page-path li{display: inline-block;}
.page-path li:not(:last-child):after{content: '/';} */
.pagination{display: block;}
.pagination li{display: inline-block;}
.pagination a, .pagination span{color: #a7bb6f;    background: #f4f4f4;}
.pagination .active a, .pagination .active span{background: #a7bb6f;color: #fff;}
.pagination a:hover, .pagination span:hover{background: #a7bb6f;color: #fff;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{    background-color: transparent;color: #639aa4 !important;}
.footer-links ul li{
  float: right;
  width: 50%;
  padding-left: 15px;
  list-style: none;
}
.main-nav .nav.navbar-nav li a.btn{color: #fff !important;}
.navbar-header{padding: 10px 0;}
.about-video img{max-width: 100%;    height: 300px;}
.navbar-header .logo{
    position: absolute;
    z-index: 999;
    left: calc(50% - 175px);
}
.navbar-default{    padding-bottom: 18px;}
.main-nav .nav.navbar-nav{    float: none !important;}
.rtl .navbar-nav>li:nth-last-child(-n+3){float: left !important;}
.navbar-default{    background-color: #fff;}
#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea{width: 100%!important;}
.footer-logo{text-align:center;}
.footer-logo img{max-height: 160px;
    display: inline-block;}

@media (max-width:1025px){
    .navbar-header .logo {    left: calc(50% - 120px);top: 21px;}
    .navbar-header .logo img{height: 150px;}
    .navbar-default {padding-bottom: 8px;}
}
@media (max-width:769px){
    .navbar-default {padding-bottom: 39px;}
    .main-nav .nav.navbar-nav{    margin-top: 70px;}
    .rtl .navbar-toggle{
            margin: 13px 0 0;
        position: absolute;
        left: 20px;
        top: 0;
    }
    .navbar-header .logo {left: auto;right: 0;top: 8px;}
    .navbar-header .logo img{height: 150px;}

}
@media (max-width:480px){
    .rtl .navbar-toggle{
        left: 20px;
    }
    .navbar-header .logo {left: auto;right: 0;top: 27px;}
    .navbar-header .logo img{height: 90px;}

}
